home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 February / 001221_1330.iso / topshare / ae41try.exe / Adobe After Effects 4.1 Tryout / data1.cab / english_app / interpretation rules.txt < prev   
Text File  |  1999-09-27  |  3KB  |  63 lines

  1. # "Interpretation Rules.txt"
  2. # After Effects 4.1 Automatic Footage Interpretation
  3. #  
  4. # lines beginning with "#" are comments
  5. #
  6. # basic format of a rule: {match requirements} = {set interpretation}
  7. #
  8. # + for each rule that matches, the interpretation is set; wild-cards ("*") allowed
  9. #   on both sides; wildcard match matches anything, wildcard set sets nothing
  10. # + multiple rules are allowed to match, later matches override earlier matches
  11. # + all rules are scanned in order, one rule per line
  12. # + rules are applied after the automatic setting of D1 pixel aspect and automatic
  13. #    field separation from field-labeled files
  14. #
  15. # width, height, frame-rate, file-type, codec = 
  16. #     pixel aspect ratio/name, field order, conform frame-rate, alpha interp
  17. #
  18. # width & height are integer numbers
  19. # frame-rate is a decimal number
  20. # file-type is four characters in quotes (4c's)
  21. # codec (applicable for QT & AVI only) is also 4c's
  22. #
  23. # to find out the file-type and/or codec 4c's for a specific type of footage,
  24. #    opt-click (Mac) or alt-click (Windows) on the footage in the project window;
  25. #    the 4c codes will appear in the last line of text by the thumbnail
  26. #
  27. # the pixel aspect ratio is a ratio of integers (e.g. 10/11)
  28. #   optionally followed by a name for that ratio (e.g. 10/11/"My Aspect")
  29. # the field order is a single character, (F=frame, U=upper field, or L=lower field)
  30. # the conform frame-rate is a decimal number
  31. # alpha interp: (I=ignore, S=straight, P=premul/black, W=premul/white)
  32. #    alpha interp is ignored for footage without an alpha channel
  33. #
  34.  
  35. # assume ATSC 704x480 in any format is D1 aspect
  36. 704, 480, 29.97, *, * = 648/720, *, *, *
  37.  
  38. # assume NTSC DV is D1 aspect, lower-field
  39. 720, 480, 29.97, "MooV", "dvc " = 648/720, L, *, *
  40. 720, 480, 29.97, "MooV", "dvpn" = 648/720, L, *, *
  41.  
  42. # Media 100 640 x 480 is square-pixel, upper-field first
  43. 640, 480, 29.97, "MooV", "dtmt" = 1/1, U, *, *
  44.  
  45. # Media 100 Finish 720 x 486 is D1-pixel-aspect, lower-field first
  46. 720, 486, 29.97, "MooV", "dtNT" = 648/720, L, *, *
  47.  
  48. # Media 100 Mac 720 x 486 is field-labeled by Media 100, and
  49. # can be upper or lower depending on the hardware, but
  50. # uncomment the next line to force D1, lower-field first
  51. # 720, 486, 29.97, "MooV", "dtmt" = 648/720, L, *, *
  52.  
  53. # Avid 640x480 is square-pixel, upper-field first
  54. 640, 480, *, "MooV", "avr " = 1/1, U, *, *
  55.  
  56. # Electric Image writes straight alpha files
  57. *, *, *, "EIDI", * = *, *, *, S
  58.  
  59. # only adds a custom pixel aspect ratio to the popup in the Comp Settings & Interpret Footage
  60. # dialog boxes -- uncomment the next line to try it out
  61. # 0, 0, 0, "0000", * = 10/11/"Custom Aspect", *, *, *
  62.  
  63.